projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71875bf
)
(encoded-kbd-setup-keymap): Fix for big5.
author
Kenichi Handa
<handa@m17n.org>
Fri, 8 May 2009 02:24:30 +0000
(
02:24
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 8 May 2009 02:24:30 +0000
(
02:24
+0000)
lisp/international/encoded-kb.el
patch
|
blob
|
history
diff --git
a/lisp/international/encoded-kb.el
b/lisp/international/encoded-kb.el
index 4bd6231363f56abaccc34eef864fe0b8aae082bb..a2efd390fc600b361a8291d1ee5bf6d53f21f663 100644
(file)
--- a/
lisp/international/encoded-kb.el
+++ b/
lisp/international/encoded-kb.el
@@
-262,6
+262,14
@@
The following key sequence may cause multilingual text insertion."
(setq i (1+ i))))
8)
+ ((eq (coding-system-type coding) 'big5)
+ (let ((i 128))
+ (while (< i 256)
+ (define-key keymap
+ (vector i) 'encoded-kbd-self-insert-big5)
+ (setq i (1+ i))))
+ 8)
+
((eq (coding-system-type coding) 'charset)
(dolist (elt (mapcar
#'(lambda (x)